home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / Blood Demo / DATA / INTRFACE / main.txt < prev    next >
Text File  |  1998-06-30  |  2KB  |  148 lines

  1. VERSION 1    //  *********************************************
  2.         //  *    Carma2 front-end interface file        *
  3.         //  *                        *
  4.         //  *    Specifies location and content of     *
  5.         //  *      interface screen elements        *
  6.         //  *                        *
  7.         //  *********************************************
  8.  
  9. Main Menu    // Screen Title
  10.  
  11. 13        // number of elements/items on screen
  12. 0        // number of groups
  13. mainback    // underlay modelname
  14.  
  15. // Spec. for each item 
  16. Car
  17. 60, 300,
  18. 128, 32
  19. 17, 18,
  20. none
  21. 0
  22. 0
  23. 0
  24.  
  25. Start        // Button text - XXX denotes no text
  26. 60, 400,    // xpos, ypos
  27. 128, 32,     // width, height
  28. 17, 18,        // "unlit" font, "hilighted" font
  29. none        // pixelmap basename (none = no image)
  30. 0        // Greyed-out backdrop?    1=yes, 0=no
  31. 0        // selectable?  i.e. 0 if a "button", 1 if an "option -  a button does something, an option represents a value
  32. 0        // group
  33.  
  34. Game_Settings
  35. 410, 320,
  36. 256, 32,
  37. 17, 18,
  38. none
  39. 0
  40. 0
  41. 0
  42.  
  43. Options
  44. 440, 370, 
  45. 128, 32, 
  46. 17, 18,
  47. none
  48. 0
  49. 0
  50. 0
  51.  
  52. Quit
  53. 520, 1, 
  54. 128, 32, 
  55. 17, 18,
  56. none
  57. 0
  58. 0
  59. 0
  60.  
  61. XXX
  62. 200,130,
  63. 64,64,
  64. 17,18,
  65. arrowup
  66. 0
  67. 0
  68. 0
  69.  
  70. ItemA
  71. 200,200,
  72. 128,32,
  73. 19,20
  74. none
  75. 0
  76. 1
  77. 0
  78.  
  79. ItemB
  80. 200,232,
  81. 128,32,
  82. 19,20
  83. none
  84. 0
  85. 1
  86. 0
  87.  
  88. ItemC
  89. 200,264,
  90. 128,32,
  91. 19,20
  92. none
  93. 0
  94. 1
  95. 0
  96.  
  97. ItemD
  98. 200,296,
  99. 128,32,
  100. 19,20
  101. none
  102. 0
  103. 1
  104. 0
  105.  
  106. ItemE
  107. 200,328,
  108. 128,32,
  109. 19,20
  110. none
  111. 0
  112. 1
  113. 0
  114.  
  115. ItemF
  116. 200,360,
  117. 128,32,
  118. 19,20
  119. none
  120. 0
  121. 1
  122. 0
  123.  
  124. XXX
  125. 200,360,
  126. 64,64,
  127. 17,18,
  128. arrowdn
  129. 0
  130. 0
  131. 0
  132.  
  133. //Scrolling list specs
  134. 1    // # of scrollers
  135.  
  136. 1, 3    //scroller i.d. , total # scrollable items in list
  137. 3, 6    // # displayed at once, index of item at "top"
  138. 6, 11    // index of first scrollable item, index of last scrollable item
  139. 1    // Greyed-out backdrop?    1=yes, 0=no
  140. 150,140    // grey area  x, y (topleft)
  141. 180,270    // grey area width, height
  142.  
  143. //Radio Button specs
  144. 0    // # of radio button groups
  145.  
  146.  
  147.  
  148.